home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-14 | 45.3 KB | 2,332 lines |
- -- card: 2884 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 2657
- -- name: Indices
-
-
- -- part 2 (field)
- -- low flags: 81
- -- high flags: 0007
- -- rect: left=7 top=33 right=338 bottom=306
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: CP Compilation
- ----- HyperTalk script -----
- on mouseUp
- set the locktext of me to false
- click at the clickloc
- click at the clickloc
- select the selectedline
- if char 1 to 3 of the selection is not " " then
- put char 1 to 24 of the selection into toCompany
- set the locktext of me to true
- push card
- visual zoom open
- go card toCompany of stack "Company Cards"
- else
- put char 4 to 27 of the selection into toProduct
- set the locktext of me to true
- push card
- visual zoom open
- go card toProduct of stack "Product Cards"
- end if
- end mouseup
-
-
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=353 top=321 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Reassign C Card Names
- ----- HyperTalk script -----
- on mouseUp
- global x, CN
- set lockRecent to true
- go to stack "Company Cards"
- repeat with x = 1 to number of cards -- Go thru each card
- go to card x
- put bkgnd field "Company Name" into CN
- put char 1 to 24 of CN into it
- set name of this card to it
- end repeat
- set lockRecent to false
- go to stack "Index"
- beep 4
- end mouseUp
-
-
-
- -- part 8 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=5 top=33 right=338 bottom=306
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: P Compilation
- ----- HyperTalk script -----
-
- on mouseUp
- set the locktext of me to false
- click at the clickloc
- click at the clickloc
- select the selectedline
- put char 1 to 24 of the selection into toHere
- set the locktext of me to true
- push card
- visual zoom open
- go card tohere of stack "Product Cards"
- end mouseup
-
-
-
-
- -- part 9 (button)
- -- low flags: 80
- -- high flags: 4000
- -- rect: left=9 top=82 right=98 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: CP Flasher
- ----- HyperTalk script -----
- on mouseUp
- hide the target
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 80
- -- high flags: 4000
- -- rect: left=9 top=232 right=248 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: P Flasher
- ----- HyperTalk script -----
- on mouseUp
- hide the target
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 8006
- -- rect: left=131 top=12 right=34 bottom=314
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Company Index A thru L
- ----- HyperTalk script -----
- on mouseUp
- set the hilite of button "Product Index" to false
- set the hilite of button "M thru Z" to false
- set the hilite of button "Company Index A thru L" to true
- hide card field "P Compilation"
- hide card field "CP2 Compilation"
- show card field "CP Compilation"
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: C006
- -- rect: left=5 top=12 right=34 bottom=132
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Product Index
- ----- HyperTalk script -----
- on mouseUp
- set the hilite of button "Company Index A thru L" to false
- set the hilite of button "M thru Z" to false
- set the hilite of button "Product Index" to true
- hide card field "CP Compilation"
- hide card field "CP2 Compilation"
- show card field "P Compilation"
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=425 top=321 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Go Back
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- pop card
- end mouseUp
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=316 top=321 right=342 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Go To Topics
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to card "Topics" of stack "Open Me First"
- end mouseUp
-
-
-
- -- part 19 (field)
- -- low flags: 01
- -- high flags: 0001
- -- rect: left=314 top=40 right=315 bottom=502
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Index Info
-
-
- -- part 20 (field)
- -- low flags: 81
- -- high flags: 0007
- -- rect: left=5 top=33 right=338 bottom=306
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: CP2 Compilation
- ----- HyperTalk script -----
- on mouseUp
- set the locktext of me to false
- click at the clickloc
- click at the clickloc
- select the selectedline
- if char 1 to 3 of the selection is not " " then
- put char 1 to 24 of the selection into toCompany
- set the locktext of me to true
- push card
- visual zoom open
- go card toCompany of stack "Company Cards"
- else
- put char 4 to 27 of the selection into toProduct
- set the locktext of me to true
- push card
- visual zoom open
- go card toProduct of stack "Product Cards"
- end if
- end mouseup
-
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 8006
- -- rect: left=313 top=12 right=34 bottom=396
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: M thru Z
- ----- HyperTalk script -----
- on mouseUp
- set the hilite of button "Product Index" to false
- set the hilite of button "Company Index A thru L" to false
- set the hilite of button "M thru Z" to true
- hide card field "P Compilation"
- hide card field "CP Compilation"
- show card field "CP2 Compilation"
- end mouseUp
-
-
-
- -- part 25 (button)
- -- low flags: 80
- -- high flags: 4000
- -- rect: left=9 top=146 right=162 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: CP2 Flasher
- ----- HyperTalk script -----
- on mouseUp
- hide the target
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=475 top=11 right=38 bottom=503
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect barn door close to black
- visual effect barn door open
- go card legalJunk
- wait until the mouseclick
- if the mouseloc is within the rect of cd button "go back" then
- go back
- else
- visual effect iris close
- domenu "home"
- end if
- end mouseUp
-
-
- -- part contents for card part 19
- ----- text -----
- To use this index...
-
- Select either the Company Index or the Product Index buttons above.
-
- The Company Index is listed alphabetically by company with their products listed beneath them.
-
- The Product Index is listed alphabetically by product name only.
-
- Click on the company or the product of interest.
-
-
-
-
- -- part contents for card part 8
- ----- text -----
- 18 Series Pen Plotters
- 1st BBS
- 1stTEAM
- 23120A Template Systems
- 254/255 FreeForm
- 3+Share
- 3-D Graphics Library
- 3-D Pipe Clearance
- 3Space Digitizer, Tracker, And Isotrak
- 4th Dimension
- 556 Measurement and Control System
- 650T Tempest Macintosh IIx
- A-115 Asynchronous Line Driver
- Abaton Scan 300/S and Scan 300/GS
- Accounting 4 Construction
- Accu-Weather Forecaster
- ACNAP
- ACTFIL
- ACTINET ARCTalk Interface Cards
- AD/ART/PLUS "Architectural Graphics"
- Ada Flow
- Adagen
- AdaVantage Mac Professional Developer
- ADD3D
- Adobe Illustrator 88
- Adobe Streamline
- ADS-MGMStation—Symbol Libraries
- ADS-MGMStation ELECTRONICS
- Advanced String Library
- AEC Fonts, Library Modules, And Setup ...
- AEC Information Manager
- Agfa Slidemakers and Film Recorders
- AI-90 FACTORYMAC
- Aide-De-Camp Software Management ...
- AISC Code Check
- Allegro Common Lisp (A/UX)
- Alsys Ada Compiler for the Macintosh II
- Analog Connection Analog Output Board
- Analog Connection A/D Data Acquisition Boards
- Analog Connection Digital I/O Boards
- Anatool
- ANSYS-PC/LINEAR
- APERTURE
- APL.68000 for the Apple Macintosh
- Applied Stats
- AppMaker
- Arch-T2
- ArchAccount
- ArchiCAD
- ArchiText
- Architosh
- Architrion II/Series 5
- ARTIST Mac10 Graphic Controller
- ASD Professional CAD Symbol Library
- Ashlar Vellum
- Astronomy
- AsyncServer
- Atelier Interiors
- AuraCAD
- AuraIGES/DXF
- Auto-Architect
- AutoCAD
- AutoKIT
- AutoMod2e
- Autovision 90
- Azimuth
- B-Tree HELPER
- BACKFAX
- Beam Analysis
- BEAM MAC and BEAM MAC II
- BEAMJOIS
- Beams And Columns
- Berol RapiDesign Symbols Libraries
- Best Answer
- Bid Master
- BIGBEAMS
- Biomedical Research Chart Tool Kit
- BlueMax DataMixer
- Blueprint
- Bruning Zeta Pen Plotters
- Bruning Zeta Thermal Printers
- Buffer Plus
- Building Code Analyst
- Business Filevision
- C Programmer's Toolbox/MPW
- C-ISAM
- CA-Cricket Draw
- CA-Cricket Graph
- CA-Cricket Presents
- CAChe (Computer Aided Chemistry) Syst.
- CAD To MAC
- CADMOVER
- Canvas 2.0
- CD-ROM Subsystems
- Chameleon
- Chem3D
- ChemConnection
- ChemDraw
- ChemIntosh Desk Accessory
- ChromaScan
- CIS•3510
- Claris CAD
- CLAS 4000 Logic Analysis System
- Clerk Of The Works
- ClickArt Series of Images
- CLR ANOVA
- Cognate
- Cognate Developer's Kit
- COGOMASTER II
- ColorBoard Video And Graphics Boards
- ColorMAX Trinitron
- Composite Wing Optimization
- Composites Design Software
- ComputeServer
- Concept to Completion
- Concrete Estimator
- Constructimator II
- Construction Calculators
- Construction Contractor Management
- Construction Cost Estimator—Residential
- Construction Cost Project Manager
- Construction Form Maker
- Construction Progress Billing
- Construction Project Management Syst II
- Consulair 68000 Development System
- Consulair 68020/68881 C Development ...
- Contact
- COSMOS/M
- Crystal
- Crystal Ball
- CrystalEyes
- DASH 30 Workstation
- Data Desk
- Data Record 'n Plot
- Data Scan
- DataFlash
- DataFrame Hard Disks
- DAYLITE
- DB-Library (for MPW C 3.0)
- DB/Write
- db_VISTA III Database Development Syst
- dbVIEW
- dBx/dBPort
- DCA Civil Engineering Module
- DCA MacIRMA API
- DCNAP
- Deed Plotter
- Deft/Mac
- Design & Weave
- Design/CPN
- Design/IDEF
- Design/OA
- DesignWorks
- DIAFRAMS
- Diaquest DQ-MAC Macintosh Videographic
- DIGI-PAD with ADB Option
- Digital Darkroom
- DIGITIZE
- Dimensions 3DMODELER
- Dimensions Presenter
- Dimensions RayTrace
- Discsim
- Disk Pack
- DMP-60 Series Pen Plotter
- Double Helix
- Douglas CAD/CAM Professional System
- Douglas CAD/CAM System Basic, Print ...
- Douglas Drill Tape Creator
- Douglas Gerber File Creator
- DPX-3300
- DragonWave
- Drawing Table
- DrawingBoard 2300A Digitizers
- DrawStructures for Chemists
- Dreams
- DS-Concrete
- DS-Steel
- DS-Wood
- dv/dt
- Dynamax HPLC Method Manager
- DynaPerspective
- E-Machines Color Monitors
- Edit Worx
- Embroidery Expert
- Embroidery Plus
- Engineer's Aide I: Process Engineering
- Engineer's Aide II: Mechanical
- Engineer's CAD
- Engineering Symbols Library
- Engineering Tool Kit
- Entrepreneur
- Equilibrium
- EROFF
- Event Monitor System
- ExperCommon Lisp
- ExperFacts
- ExperLisp
- ExperOPS5-Plus
- ExperProlog II
- Exstatix
- Extend
- Extender GrafPak
- EZ-CAM IV
- EZ-EDM
- EZ-MILL
- EZ-SURF PLUS
- EZ-TURN
- Fast Trax Engineering Drawing Manage...
- FASTAT
- FastNet Adapters
- FEHT
- FileGLU
- FlashCard II
- FlexeLint
- FlexiCAD 1.2
- Foam-Line 2000 CAD/CAM Cutting System
- FONTastic Plus
- Fontographer
- FOREST-pls
- Formulator
- FRAME MAC
- FrameGrabber 324N and 324NC
- FrameMac Section Tables
- G5232 CPS Color PostScript Printer
- GatorBox
- GatorCard E/II
- GatorShare
- GEI ROMemulator
- Gene Construction Kit
- Generalized Tethered Object Simulation ...
- Generic CADD Level 1
- GENLOCK Converter
- GEOdisc US Atlas
- Geolog
- GeoQuery
- GeoView
- GerberIn
- GoldWorks II
- GPIB-SE
- GQL
- GrafStack
- Gray Scale Display Adapter
- GridMaker
- GRX-300 and GRX-400 Pen Plotters
- Haber/Thomson
- Hammer Disk 600
- Hammer Hard Disks
- Hammer Tape 150/300
- HEATCOOL
- Heatloss
- Homer
- Hoops Graphics System
- Housebuilder
- HP 7600 Series Electrostatic Plotters
- HP Color Graphics Plotters
- HP DeskWriter Printer
- HP DraftPro and DraftMaster Pen Plotters
- HP PaintJet Printers
- HP ScanJet Plus
- Hurdler Centronics Parallel Interface-CPI
- Hurdler II
- Hurdler II Serial Boards
- Hurdler SE/30 Prototyping Card
- Hydro Mac
- Hyper•Estimator
- Hyper•Remodeler
- Hyper/DB-Library
- HyperMonitor
- HyperSpace
- HyperTools #1 And #2
- HyperVideo
- HyperX
- I-CAT
- Iconix PowerTools/Structured Design
- IDD Symbol Library, Architecture, Vol. 1
- IDDK: DFD-Edit and ERA-Edit
- IDEAcomm Mac
- IGOR
- Image Analyst
- In Deed-The Graphic Land Area Analysis ...
- IN-CAD
- Inertia
- Informix-4GL
- INFORMIX-4GL Interactive Debugger
- INFORMIX-4GL Rapid Development System
- INFORMIX-ESQL/C
- Instant-Expert
- Instant-Expert Plus
- Instrument Archive
- Interleaf Publisher
- IsSpice/Mac
- Job Cost II
- KaleidaGraph
- KETIV/AutoCAD Standard Template
- L-View
- Lab Master II
- Lab Partner - design of experiments
- LabTech Notebook
- LabView
- LANDCADD Construction Details
- LANDCADD Irrigation Design
- LANDCADD Site Planning and Landscape ...
- LANDesign
- LapCAD3
- LAPPIS
- LaserCAMM
- LaserGraphics Film Recorder And Color ...
- LaserPaint Color II
- LaserStor for Macintosh
- LayerMap
- LCFIL
- Level 5-Mac
- LightningScan
- Lightspeed StudioLink
- LinAir, Lifting Surface Analysis Program
- LINCAGES
- LOCIPRO
- LogicWorks
- LPLC
- LSI Pentagon CAD
- LSI Surveyor
- LSP
- Mac‚àëqn
- Mac 86 and Mac 286
- Mac Genius Full and Dual Page Monitors
- Mac MasterLink
- Mac Prolog
- Mac Rascol Print
- MAC YACC
- MAC-ART LIBRARY
- Mac/PLC Comm-Stacks
- Mac3D
- Mac488B and MacSCSI488
- MacABEL
- MacAC
- MacAdam
- MacADIOS
- MacADIOS 488n and MacADIOS 488s
- MacADIOS II
- MacADIOS II Jr.
- MacADIOS Manager II
- MacADIOS SCSI
- MacAnalyst
- MacApp
- MacArchitrion
- MacATAC
- MacBRAVO!
- MacBubbles
- MacC/MacC Toolkit
- MacCAD Symbol Libraries
- MacChoro II with Map Animation
- MacCider
- MacConcept
- MacConnect
- MacDesigner
- MacDiaDac
- MacDisk EM330
- MacDraft
- MacDraw II
- MacDSP Acquisition Daughter Cards
- MacDSP Analysis Software
- MacDSP Array Processor Libraries
- MacDSP Coprocessor Card
- MacDSPXKC Coprocessor Card
- MacElastic and MacPoisson
- MacExpansion Chassis
- MacExpress
- MacFilter
- MacFlow
- MacForth Plus
- MacFortran
- MacFortran for MPW
- MacFortran/020—AUX
- MacFortran/020—MultiFinder
- MacFortran/88
- MacGridzo
- Mach2 Forth/Assembly Development Syst
- MacinStor Erasable
- MacinStor HCV
- MacInstruments
- MacInteriors
- Macintizer ADB
- Macintosh Allegro Common LISP
- Macintosh Developer Technical Sample ...
- MacIRMA
- MacIRMA Graphics
- MacKeymeleon II
- MacLab
- MacLaser
- MacMASTER
- MacMohr
- MacMUMPS
- MacNail
- MACONTROL-IDAC/1000
- MacPacq
- MacPaint
- MacPerspective
- MacPlot Color Thermal Printer Drivers
- MacPlot Pen Plotter Drivers
- MacPlots II
- MacProject II
- MacRoad
- MacSap
- MacsBug
- MacSchedule
- MacScheme
- MacScheme+Toolsmith
- MacScope
- MacSection
- MacSerial488
- MacShapes
- MacSnap
- MacSpeech Lab I
- MacSpeech Lab II
- MacSpin
- MacStreamer
- MacStronomy
- MacSurf
- MacTAPE
- MacTRAC
- MacVision
- MacWorkStation
- MacWorkStation Dialog Builder
- MacWorkStation Event Handler
- Manufacturing/Job Cost II
- MapGrafix Mapping System
- MapMaker
- MAPO
- MapStar
- Marathon Accelerator Cards
- Marathon Serial Parallel
- Master Outline Spec
- MasterSpec AIA
- MasterSpec Diskette Libraries
- MathCAD
- Mathematica
- Mathematician's Toolkit
- MathLab
- MathType
- MathWriter
- MATLAB
- Matrix Workshop
- MCADA
- McCAD Auto-Router
- McCAD Classic Spice
- McCAD EDS-1 and EDS-2
- McCAD G-View
- McCAD Gerber Translator
- McCAD PCB-1
- McCAD PCB-ST
- McCAD Schematics
- McCAD Schematics-D.S.
- McCLint
- McCPrint
- McLogic
- Memorybank
- Mesa Graphics Plotter Utility
- MetaDesign
- Metal Minder
- MGMStation—CAD
- MGMStation—GEOMETRY
- MGMStation CAD/CAM
- Micro Dynamics MARS
- Micro Planner
- Micro Planner X-Pert
- Micro-Cap II
- MicroChem
- MicroExplorer
- Microplate Manager
- MicroPlex Development Environment
- MicroStation Mac
- Microtech 68020 and 68882 Accelerators
- Microtech 68030 Design Board
- Microtech Hard Disk Drives
- Microtech R45
- Microtech T60 and T150
- Microtek Scanners
- MicroXASM
- Milo
- MindWrite
- MiniCad+
- MiniReporter
- MM2+
- MNDO +
- ModaCAD Data Management
- ModaCAD Design Module
- ModaCAD Textile Design
- ModelShop
- MOLDPLUS
- Moment of Inertia
- Monitor
- Monte Carlo Simulations (Advanced Vers...
- Moorsim
- MORE II
- MPW Assembler 3.0: Macintosh Programmer's Workshop Assembler
- MPW C 3.0: Macintosh Programmer's ...
- MPW Linda C Environment
- MPW Pascal: Macintosh Programmer's ...
- MPW: Macintosh Programmer's Workshop
- MSC/pal 2
- MultiFrame
- NASCRAC Fracture Mechanics Computer ...
- NB LabDriver
- NB Series Data Acquisition Boards
- NC-AUTO-CODE
- NCSA Scientific Visualization Software ...
- NetMap
- NetSerial
- NEXPERT OBJECT
- NEXPERT Runtime Library (MPW)
- NEXPERT*SQL
- NEXPERT/HyperBridge
- NEXTRA
- Nibble Mac Utility Pack
- NITRO
- NKR BASIC Compiler
- NKR BASIC Interpreter
- NKR FORTRAN Compiler
- NKR GW Converter
- Normal Depth
- NovaStor NST2.3G
- NSChart
- NTSC Converter
- Nu-Thor
- Nudge Macro
- Nutmeg 30/2
- NuTools: Numerical Methods 1.2
- NuVision
- Nuvotech Network Bridges
- Objectworks For Smalltalk-80
- Omnis 5
- Open Plan
- OPTDES
- OVATION CAD/CAM
- OverLAYS A.M.S.
- PAD (Pattern-Aided Design)
- PageMaker
- PageView
- PANDA
- Parameter Manager Plus
- PCMODEL
- PCPLOT
- PCXI 3M
- PDP
- Personal Vision
- Personal Writer 10SL and 15SL
- Perspective For Architects
- PhoneNET Connector and PhoneNET Rep...
- PhoneNET StarController
- PHOTOLINK
- PhotoMac
- PICT Detective
- PictureBook
- Piper/Stiff 1.01
- PixelPaint
- Planit
- Plasmid Artist
- PlotMaker
- polyMath
- Power Math
- PowerDraw
- PowerDraw Formatted Details
- PowerDraw Landscape Libraries
- PowerDraw Residential Construction ...
- PowerMath
- PowerMath II
- PowerPDL
- Powerpoint
- PowerTools
- Preditor
- PreSpice/Mac
- Printer Optimizer
- Pro-Board
- Process Control Chart Tool Kit
- Production Control
- Production Scheduler
- Professional Extender GrafPak
- Professional Manager
- Professional Programmer's Extender
- Professional Series Drafting Symbols
- Professional Solutions Management Tem...
- Programmer's Extender Volumes 1 And 2
- PROGRESS
- Project Billing
- Prolog II
- Prolog II+ Compiler
- Proposal Manager•254/255
- Prototyper
- ProType Math
- ProType Plus
- PSpice
- Quadputer
- Qualstar Tape Drive
- QUED/M
- QuickLog
- QuickView Z21 and Z21-IQ
- Rack II
- RackMac 1240 Industrial Display
- RackMac 1200 Industrial Macintosh
- Radius Accelerator Cards
- Radius Color Display System
- Radius Full Page Display
- Radius Gray Scale Display System
- Radius Two Page Display
- RDD-100 System Designer
- Reactions
- Reference Manager
- Refine
- RELAY Mac
- REO-650
- ResEdit
- Resrouting
- RETWALLS
- RGB Decoder
- Rodime Internal and External Hard Drives
- Roland DPX-2000 and DPX-3300 Plotters
- Roland DXY-Series Pen Plotters
- Rosy
- SADE: Symbolic Application Debugging ...
- SALMsim
- SAMBAS
- SAND-Simulation of Aircraft Nonlinear ...
- SangPlot and Sangre
- Scan Analysis
- Scheme Express
- Scientific Graphics Toolkit
- Section Properties
- Seismic Processing Workshop
- Semisim
- SFX Video Option
- Shaft Alignment for Rotating Machinery
- SHERWALL
- Shipsim
- Si3033
- Silverrun Design Tools
- SilverView Displays
- SimpleSpan Utilities I
- SimScript II.5
- Skin Tite Manufacturing
- SmartScrap & The Clipper II
- SNAP!
- Sniffer Network Analyzer
- Softgage
- SoftPC
- Solar System Calculator
- Sorting & Searching Library
- Spark Video Display Boards
- SPECTEXT
- SPMsim
- Spot Elevation Macro
- SPP
- SpringBoard
- Stack Cleaner
- STAP
- Statistica
- Statistical Macro Package
- Statmoor
- Stats Tool Kit
- StatView II
- StatView SE+Graphics
- Steam Function Macro Set
- STELLA Software for Business
- Stepping Out II: The Software Big Screen
- Stereo
- StrataVISION 3d
- Structure
- Sun Clock
- SUNPAS
- Super 3D
- SuperANOVA
- SuperCard
- SuperExpert
- SuperGlue II
- SuperMac Graphics Cards
- SuperMac Monitors
- SuperPaint
- SupportBoard
- SurfBoard
- Swivel 3D
- SYSTAT
- Systemizer Plus
- TCL-Image
- TechFonts
- Tektronix Color Printers
- TellStar
- TextTerm+Graphics
- Textures
- TFCalc
- TGRAF-07/MAC
- The Architect's Office
- The Benchmark Survey System
- The Contractor Solution!
- The Curator
- The DNA Inspector IIe
- The Gene Communicator
- The Gibbs System: ncCAD/ncCAM
- The Industrial Mac—CAD/CAM/CAE Works...
- The Macadvantage UCSD Pascal
- The Manufacturing Controller
- The Personal Server Network
- The Programmer's Online Companion
- The Scientific Desk
- The Subcontractor Solution!
- The Worx
- Think 'n Time
- Think C
- Think Pascal
- THREADS
- Threshold Construction Forms
- ThunderScan for Macintosh
- TIB, Truvel Image Buffer
- Timbuktu
- Time Billing
- Time Is Money—Architects & Engineers
- TimeWand
- Title Worx
- TML Pascal
- Tolculator
- topCAD
- TopDown
- TOUCH OSI Macintosh Developer's Kit
- Towsim
- TPlex PDL
- TQM Gantt
- TrafficWatch
- Trapeze
- TREES-pls
- Trendware XCAL
- True BASIC
- TruScan Scanners
- TT200 Thermal Printer
- TurboCASE
- TWM-pls
- Ultimage
- UNITize
- Universal Calculator
- USGS Maps On CAD
- uShare
- V-COGO Macintosh
- V-FONTS Macintosh
- V.I.P.
- V.P.M.S.
- VALE
- Vector
- VersaCAD Drafter
- VersaCAD/Macintosh Edition
- Versadapter
- VersaTerm and VersaTerm-Pro
- Video Digitizer
- Videodisc Authoring Toolkit
- Voice Navigator and Voice Navigator XA
- VP-10 Graphic Element Processor
- WavEdit
- WE DSP32 Development Tools
- WorkBench Mac
- WormStat
- X-Fonts
- XFER
- XPsort
- XVT for the Macintosh
- ZBasic 4.01
- ZBasic 5.0
- Zebra
- ZING
-
- -- part contents for card part 2
- ----- text -----
- (M)agreeable Software, Inc.
- B-Tree HELPER
- 1stDesk Systems, Inc.
- 1st BBS
- 1stTEAM
- 3Com Corp.
- 3+Share
- Abacus Concepts, Inc.
- StatView II
- StatView SE+Graphics
- SuperANOVA
- Abaton, A Subsidiary of Everex Systems...
- Abaton Scan 300/S and Scan 300/GS
- Abraxas Software
- MAC YACC
- Absoft Corp.
- MacFortran
- MacFortran for MPW
- MacFortran/020—AUX
- MacFortran/020—MultiFinder
- MacFortran/88
- Accuware Business Solutions Ltd.
- Construction Cost Project Manager
- Acius, Inc.
- 4th Dimension
- Actinet Systems, Inc.
- ACTINET ARCTalk Interface Cards
- Actuarial Micro Software c/o The ACS Grp.
- Monte Carlo Simulations
- Addison-Wesley Publishing Co.
- The Programmer's Online Companion
- Adobe Systems, Inc.
- Adobe Illustrator 88
- Adobe Streamline
- Advanced Data Systems, Inc.
- Job Cost II
- Manufacturing/Job Cost II
- Advanced Electronic Support Products ...
- NetMap
- Advanced Logical Software
- Anatool
- Advanced System Design, Inc.
- ASD Professional CAD Symbol Library
- AEC Management Systems, Inc.
- AEC Information Manager
- Agfa Compugraphic Division
- Agfa Slidemakers and Film Recorders
- Agfa Matrix Division
- TT200 Thermal Printer
- Aircraft Designs, Inc.
- Composite Wing Optimization
- Aldus Corporation
- PageMaker
- Allotype Typographics
- Haber/Thomson
- Structure
- ALSoft, Inc.
- MacExpress
- Alsys, Inc.
- Alsys Ada Compiler for the Macintosh II
- Alternative Enterprises
- Housebuilder
- Altsys Corporation
- FONTastic Plus
- Fontographer
- Amiable Technologies, Inc.
- FlexiCAD 1.2
- Anderson Electronics, Inc.
- V.P.M.S.
- Andyne Computing Limited
- GQL
- Ansan Industries, Ltd.
- Event Monitor System
- MacScope
- APERTURE TECHNOLOGIES, INC.
- APERTURE
- APDA/Apple Computer, Inc.
- MacApp
- Macintosh Allegro Common LISP
- Macintosh Developer Technical Samp...
- MacsBug
- MacWorkStation
- MacWorkStation Dialog Builder
- MacWorkStation Event Handler
- MPW Assembler 3.0: Macintosh Prog...
- MPW C 3.0: Macintosh Programmer...
- MPW Pascal: Macintosh Programmer...
- MPW: Macintosh Programmer's Work...
- ResEdit
- SADE: Symbolic Application Debugging...
- Applications Design Group
- Hydro Mac
- Applied Creative Technology, Inc.
- Buffer Plus
- Printer Optimizer
- Systemizer Plus
- Versadapter
- Applied Software Technology, Inc.
- AutoKIT
- Applied Statistics, Inc.
- Applied Stats
- Arbor Intelligent Systems, Inc.
- HyperMonitor
- Arch Software, Inc.
- SimpleSpan Utilities I
- Architectronica
- Building Code Analyst
- Artel Software Inc.
- Atelier Interiors
- Articulate Systems, Inc.
- Voice Navigator and Voice Navigator XA
- Ascent Logic Corporation
- RDD-100 System Designer
- Ashlar Inc.
- Ashlar Vellum
- Aura CAD/CAM, Inc.
- AuraCAD
- AuraIGES/DXF
- MGMStation—CAD
- MGMStation—GEOMETRY
- MGMStation CAD/CAM
- Autodesk, Inc.
- AutoCAD
- Autograf Utilities
- X-Fonts
- Automate Computer Software
- Professional Manager
- Automated Reasoning Corp.
- I-CAT
- Automatix
- AI-90 FACTORYMAC
- Autovision 90
- Image Analyst
- AutoSimulations, Inc.
- AutoMod2e
- Avalon Development Group
- PhotoMac
- Avenue Software, Inc.
- Contact
- MacKeymeleon II
- Prolog II
- Prolog II+ Compiler
- AVL Looms
- Design & Weave
- AVYX, INC.
- FOREST-pls
- TREES-pls
- TWM-pls
- Barneyscan Corporation
- CIS•3510
- Bedford Computer Corporation
- ProType Math
- ProType Plus
- Berkeley Systems
- Stepping Out II: The Software Big Scr...
- Berol USA
- Berol RapiDesign Symbols Libraries
- Bio-Rad Laboratories, Inc.
- Microplate Manager
- BioPAC Systems
- MacPacq
- Blackhole Technology Inc.
- MacTAPE
- Blue Sky Research
- Textures
- Blyth Software, Inc.
- Omnis 5
- Bowers Development Corp.
- AppMaker
- BrainPower, Inc.
- ArchiText
- Data Scan
- Bridgeport Machines, Inc.
- EZ-CAM IV
- EZ-EDM
- EZ-MILL
- EZ-SURF PLUS
- EZ-TURN
- Br√∏derbund Software
- Drawing Table
- Bruning Computer Graphics
- Bruning Zeta Pen Plotters
- Bruning Zeta Thermal Printers
- BSM Computers
- MacCider
- Building Pro Software
- Bid Master
- Bunder Computer Services
- Production Scheduler
- BV Engineering
- ACNAP
- ACTFIL
- DCNAP
- LCFIL
- LOCIPRO
- LSP
- PCPLOT
- PDP
- SPP
- STAP
- XFER
- C Graph Software, Inc.
- MM2+
- MNDO +
- C. Abaci, Inc.
- The Scientific Desk
- CACI Products Company
- SimScript II.5
- CalComp, Inc.
- 23120A Template Systems
- DrawingBoard 2300A Digitizers
- Cambridge Scientific Computing, Inc.
- Chem3D
- ChemDraw
- Capilano Computing
- DesignWorks
- LogicWorks
- LPLC
- Causal Systems Inc.
- Nu-Thor
- Cayman Systems, Inc.
- GatorBox
- GatorCard E/II
- GatorShare
- CDG Architects
- The Architect's Office
- Central Products, Inc.
- PowerMath
- PowerMath II
- CGRS Microtech, Inc.
- MacDiaDac
- Challenger Software
- Mac3D
- Chamberlain Custom Macros
- Nudge Macro
- Spot Elevation Macro
- Chorus Supercomputer, Inc.
- ComputeServer
- MPW Linda C Environment
- Cigraph S.r.l
- MacAdam
- MAPO
- Claris Corp.
- Claris CAD
- MacDraw II
- MacPaint
- MacProject II
- Clear Lake Research
- CLR ANOVA
- Collier Software
- Time Is Money—Architects & Engineers
- ComGrafix, Inc.
- MapGrafix Mapping System
- MapStar
- CompServCo
- MacCAD Symbol Libraries
- COMPU-ARCH
- ADS-MGMStation—Symbol Libraries
- ADS-MGMStation ELECTRONICS
- COMPUCRAFT
- MAC-ART LIBRARY
- Compuneering Inc.
- BEAM MAC and BEAM MAC II
- FRAME MAC
- LANDesign
- MacShapes
- Computer Associates International, Inc.
- CA-Cricket Graph
- CA-Cricket Presents
- CA-Cricket Draw
- Computer Detailing Corporation
- Beams And Columns
- Computer Methods Corp.
- AsyncServer
- Computer Systemics
- GeoView
- Concept Group, Inc.
- MasterSpec Diskette Libraries
- Consulair Corp.
- Consulair 68000 Development System
- Consulair 68020/68881 C Developme...
- MacC/MacC Toolkit
- Control Systems, Inc.
- ARTIST Mac10 Graphic Controller
- Cooke Publications
- MacElastic and MacPoisson
- MathWriter
- CPSA
- DataFlash
- FlashCard II
- Creative Engineering
- MacRoad
- Creative Solutions, Inc.
- Hurdler Centronics Parallel Interface
- Hurdler II
- Hurdler II Serial Boards
- Hurdler SE/30 Prototyping Card
- MacForth Plus
- Creighton Nolte And Associates
- Professional Solutions Management T...
- Crosfield Lightspeed Inc.
- Lightspeed StudioLink
- Crystal Software
- Crystal
- CSI Data Services
- SPECTEXT
- D2 Software, Inc.
- MacSpin
- Data I/O Corporation
- MacABEL
- David D. Lang Associates
- Generalized Tethered Object Simulat...
- Daystar Software, Inc.
- DS-Concrete
- DS-Steel
- DS-Wood
- DCA Engineering Software, Inc.
- Auto-Architect
- DCA Civil Engineering Module
- DCA MacIRMA API
- MacIRMA
- MacIRMA Graphics
- DEFT, Inc.
- Deft/Mac
- DeltaPoint, Inc.
- MindWrite
- Trapeze
- Deneba Software
- Canvas 2.0
- Design Science, Inc.
- MathType
- Desktop Aeronautics
- LinAir, Lifting Surface Analysis Program
- PANDA
- SAND-Simulation of Aircraft Nonlinear...
- Desktop AI
- dBx/dBPort
- Desktop Engineering Ltd.
- Instrument Archive
- Diaquest, Inc.
- Diaquest DQ-MAC Macintosh Videogra...
- Digital Access Corp.
- A-115 Asynchronous Line Driver
- Douglas Electronics, Inc.
- Douglas CAD/CAM Professional System
- GerberIn
- Douglas CAD/CAM System Basic, Print ...
- Douglas Drill Tape Creator
- Douglas Gerber File Creator
- Dove Computer Corporation
- FastNet Adapters
- MacSnap
- Marathon Accelerator Cards
- Marathon Serial Parallel
- Dynaware Corporation
- DynaPerspective
- E&M Software Co.
- Astronomy
- Equilibrium
- MathLab
- polyMath
- Reactions
- E-Machines, Inc.
- E-Machines Color Monitors
- QuickView Z21 and Z21-IQ
- E. T. Vermurlen & Associates Architect...
- Architosh
- E.I. DuPont De Nemours & Co. (Inc.)
- Fast Trax Engineering Drawing Manag...
- Earthware
- VALE
- Eclipse Software, Inc.
- McLogic
- Elan Computer Group, Inc.
- EROFF
- Enabling Technologies, Inc.
- ZING
- Engineered Software
- MacPlots II
- PowerDraw
- PowerDraw Landscape Libraries
- PowerDraw Residential Construction ...
- Engineering Desktop Solutions
- Deed Plotter
- V-COGO Macintosh
- V-FONTS Macintosh
- Engineerium
- dv/dt
- EPCON
- Engineer's Aide I: Process Engineering
- Engineer's Aide II: Mechanical
- Engineer's CAD
- EPPS/Architectonix
- MasterSpec AIA
- ESE Software, Ltd.
- QuickLog
- Etlon Software
- MacStronomy
- Evatac Software
- Preditor
- Exceiver Corp.
- Construction Contractor Management
- Time Billing
- Excel Software
- MacAnalyst
- MacDesigner
- ExperTelligence, Inc.
- ExperCommon Lisp
- ExperFacts
- ExperLisp
- ExperOPS5-Plus
- ExperProlog II
- F-Chart Software
- FEHT
- Failure Analysis Association, Inc.
- NASCRAC Fracture Mechanics Comput...
- Farallon Computing
- PhoneNET Connector and PhoneNET Re...
- PhoneNET StarController
- Timbuktu
- TrafficWatch
- First Logistics, Inc.
- Perspective For Architects
- Flight Engineering
- Universal Calculator
- Folkstone Design, Inc.
- GridMaker
- Forbes and Rouse
- dbVIEW
- Forthought, Inc.
- SNAP!
- Four Peaks Optimal Software
- OPTDES
- Franz, Inc.
- Allegro Common Lisp (A/UX)
- FREEMYERS DESIGN
- AD/ART/PLUS "Architectural Graphics"
- Full Scale Development Corporation
- TQM Gantt
- Future Vision Computer Systems LTD.
- ADD3D
- FWB, Inc.
- Hammer Disk 600
- Hammer Hard Disks
- Hammer Tape 150/300
- Generic Software, Inc.
- Generic CADD Level 1
- GeneSystems Computer Software
- Plasmid Artist
- GenRad, Inc.
- Parameter Manager Plus
- GeoComp
- SangPlot and Sangre
- Geographic Information Systems
- USGS Maps On CAD
- Geovision, Inc.
- GEOdisc US Atlas
- Gibbs and Associates
- The Gibbs System: ncCAD/ncCAM
- Gimeor, Inc.
- Architrion II/Series 5
- MacArchitrion
- Gimpel Software
- FlexeLint
- Gold Hill Computer, Inc.
- GoldWorks II
- Gould Inc., Design & Test Systems Division
- CLAS 4000 Logic Analysis System
- GRAFPOINT
- TGRAF-07/MAC
- Grammar Engine, Inc.
- GEI ROMemulator
- Graphic Applications, Inc.
- Embroidery Expert
- Embroidery Plus
- Graphic Magic Ltd.
- MacSurf
- MultiFrame
- Graphic Software Systems, Inc.
- XVT for the Macintosh
- GRAPHISOFT
- ArchiCAD
- PlotMaker
- topCAD
- Graphsoft, Inc.
- Azimuth
- Blueprint
- MiniCad+
- GreenSpring Computers
- RackMac 1240 Industrial Display
- RackMac 1200 Industrial Macintosh
- SpringBoard
- SupportBoard
- GTCO Corp.
- DIGI-PAD with ADB Option
- Macintizer ADB
- GTFS Inc.
- Ultimage
- Guenzi Surveys
- COGOMASTER II
- GW Instruments, Inc.
- MacADIOS
- MacADIOS 488n and MacADIOS 488s
- MacADIOS II
- MacADIOS II Jr.
- MacADIOS Manager II
- MacADIOS SCSI
- MacInstruments
- MacSpeech Lab I
- MacSpeech Lab II
- Heizer Software
- 3-D Pipe Clearance
- Beam Analysis
- Best Answer
- Concrete Estimator
- Construction Calculators
- Construction Cost Estimator—Resident...
- Construction Progress Billing
- Moment of Inertia
- Solar System Calculator
- Statistical Macro Package
- Steam Function Macro Set
- Hewlett-Packard Co.
- HP 7600 Series Electrostatic Plotters
- HP Color Graphics Plotters
- HP DeskWriter Printer
- HP DraftPro and DraftMaster Pen Plot...
- HP PaintJet Printers
- HP ScanJet Plus
- High Performance Systems, Inc.
- STELLA Software for Business
- Houston Instrument Division of Ametek
- DMP-60 Series Pen Plotter
- Human Intellect Systems
- Instant-Expert
- Instant-Expert Plus
- HyperActive, Inc.
- 254/255 FreeForm
- Geolog
- ICOM Simulations, Inc.
- Formulator
- Iconix Software Engineering, Inc.
- Ada Flow
- Iconix PowerTools/Structured Design
- PowerPDL
- PowerTools
- IDEAssociates, Inc.
- IDEAcomm Mac
- Image Mapping Systems
- MacChoro II with Map Animation
- Imagenesis
- ChromaScan
- Imagine That, Inc.
- Extend
- Infinite Graphics, Inc.
- IN-CAD
- Information Presentation Technologies...
- The Personal Server Network
- uShare
- Informix Software, Inc.
- C-ISAM
- Informix-4GL
- INFORMIX-4GL Interactive Debugger
- INFORMIX-4GL Rapid Development Sys...
- INFORMIX-ESQL/C
- Innovative Data Design, Inc.
- Dreams
- IDD Symbol Library, Architecture, Volume I
- MacDraft
- Innovative Design Systems Corp.
- OVATION CAD/CAM
- Insignia Solutions, Inc.
- SoftPC
- Intergraph Corporation
- MicroStation Mac
- Interleaf, Inc.
- Interleaf Publisher
- International Geometric Tolerancing Ins...
- Softgage
- Tolculator
- Intersoft, Inc.
- MicroChem
- Intuitec Software, Inc.
- FrameMac Section Tables
- PowerDraw Formatted Details
- INTUSOFT
- IsSpice/Mac
- PreSpice/Mac
- Invention Software, Inc.
- Extender GrafPak
- Professional Extender GrafPak
- Professional Programmer's Extender
- Programmer's Extender Vols. 1 and 2
- IOtech Inc.
- Mac488B and MacSCSI488
- MacSerial488
- Ithaca Software
- Hoops Graphics System
- J.A.G. Enterprises
- Entrepreneur
- J.J. JORDAN
- BEAMJOIS
- BIGBEAMS
- DIAFRAMS
- HEATCOOL
- RETWALLS
- SHERWALL
- Jets Cybernetics
- SurfBoard
- JMES
- The Industrial Mac—CAD/CAM/CAE Wor...
- Julian Systems, Inc.
- HyperVideo
- K.R.B., Inc.
- PCXI 3M
- Kaetron
- TopDown
- Kandu Software Corp.
- CADMOVER
- Keithley Instruments, Inc.
- 556 Measurement and Control System
- KETIV Technologies, Inc.
- Arch-T2
- KETIV/AutoCAD Standard Template
- Kleinhans Systems, Inc.
- Mac/PLC Comm-Stacks
- Klex Software Inc.
- MacConcept
- KMW Systems Corp.
- VP-10 Graphic Element Processor
- Knick Drafting, Inc.
- MacPerspective
- Koala Technologies Corp.
- MacVision
- Kramer Consulting, Inc.
- NC-AUTO-CODE
- Kulda Corporation
- Homer
- Lab Technologies
- LabTech Notebook
- LANDCADD, Inc.
- LANDCADD Construction Details
- LANDCADD Irrigation Design
- LANDCADD Site Planning and Landsca...
- Landware
- LAPPIS
- LapCAD Engineering
- LapCAD3
- Lasergraphics, Inc.
- LaserGraphics Film Recorder/Color Pri...
- Mac Rascol Print
- LaserWare Inc.
- LaserPaint Color II
- Level Five Research
- Level 5-Mac
- Lightship Software, Inc.
- MacScheme
- MacScheme+Toolsmith
- Scheme Express
- Lionshead Software, Inc.
- LSI Pentagon CAD
- LSI Surveyor
- Loop Software
- PictureBook
-
- -- part contents for card part 20
- ----- text -----
- Mainstay
- MacFlow
- MacSchedule
- Think 'n Time
- V.I.P.
- Mark V Systems
- Adagen
- Market Engineering, Corp.
- Crystal Ball
- Marvelin Corporation
- Business Filevision
- Massachusetts Micro Data Systems, Inc.
- CD-ROM Subsystems
- MathSoft, Inc.
- MathCAD
- MAXSolutions
- Concept to Completion
- McNeely Associates PA
- Normal Depth
- Resrouting
- Mechanical Software Inc.
- MCADA
- Mega Drive Systems, Inc.
- Disk Pack
- Meridian Software Systems, Inc.
- AdaVantage Mac Professional Develop...
- Mesa Graphics
- Mesa Graphics Plotter Utility
- TextTerm+Graphics
- Meta Software Corporation
- Design/CPN
- Design/IDEF
- Design/OA
- MetaDesign
- Metacomet
- Accu-Weather Forecaster
- Metropolis Software, Inc.
- DB/Write
- MGlobal
- MacMUMPS
- Micro Display Systems, Inc.
- Mac Genius Full and Dual Page Monitors
- Micro Dynamics, Ltd.
- Micro Dynamics MARS
- Micro Planning International
- Micro Planner
- Micro Planner X-Pert
- Micro-BESST
- AISC Code Check
- Micro/Research
- GrafStack
- MicroPlex Development Environment
- TPlex PDL
- Microcom Software
- RELAY Mac
- Microneering
- SAMBAS
- THREADS
- MicroSim
- PSpice
- Microsoft Corp.
- Powerpoint
- MicroSpeed, Inc.
- MacTRAC
- Microspot
- MacInteriors
- MacPlot Color Thermal Printer Drivers
- MacPlot Pen Plotter Drivers
- Microtech International, Inc.
- Microtech 68020 and 68882 Accelera...
- Microtech 68030 Design Board
- Microtech Hard Disk Drives
- Microtech R45
- Microtech T60 And T150
- Microtek Lab, Inc.
- Microtek Scanners
- MICROWAY, Inc.
- Quadputer
- Millennium Software
- HyperX
- MindCraft Publication
- Nibble Mac Utility Pack
- Minnesota Technology Transfer Inc.
- LINCAGES
- Mira Imaging Inc.
- HyperSpace
- Mitek Systems, Inc.
- 650T Tempest Macintosh IIx
- MLT Software, Inc.
- Sun Clock
- MMC AD Systems
- C Programmer's Toolbox/MPW
- McCLint
- McCPrint
- ModaCAD, Inc.
- ModaCAD Data Management
- ModaCAD Design Module
- ModaCAD Textile Design
- PAD (Pattern-Aided Design)
- Modern Computer Aided Engineering, Inc.
- Inertia
- Momentum Data Systems
- MacFilter
- Monico Computer, Inc.
- Monitor
- National Center for Supercomputing App...
- NCSA Scientific Visualization Software ...
- National Instruments
- GPIB-SE
- LabView
- NB LabDriver
- NB Series Data Acquisition Boards
- NEDRUD Data Systems
- DragonWave
- Network General Corp.
- Sniffer Network Analyzer
- Neuron Data
- NEXPERT OBJECT
- NEXPERT Runtime Library (MPW)
- NEXPERT*SQL
- NEXPERT/HyperBridge
- NEXTRA
- Nicus
- NuTools: Numerical Methods 1.2
- NKR Research Inc.
- NKR BASIC Compiler
- NKR BASIC Interpreter
- NKR FORTRAN Compiler
- NKR GW Converter
- Northern Telecom, Inc.
- Memorybank
- Northstar Engineering Design
- Engineering Symbols Library
- NovaStor Corporation
- MacStreamer
- NovaStor NST2.3G
- Nutmeg Systems, Inc.
- Nutmeg 30/2
- Nuvotech
- Nuvotech Network Bridges
- Oce' Graphics USA Inc.
- 18 Series Pen Plotters
- G5232 CPS Color PostScript Printer
- Odesta Corp.
- Data Desk
- Double Helix
- GeoQuery
- Ohio Valley Research Associates
- BlueMax DataMixer
- MacATAC
- Orange Micro, Inc.
- Mac 86 and Mac 286
- Personal Vision
- Orion Avionics
- MicroXASM
- Output Network/GeoPacific, Inc.
- CAD To MAC
- CAD To MAC
- Palo Alto Shipping Co.
- Mach2 Forth/Assembly Development ...
- Palomar Software
- PICT Detective
- Paracomp, Inc.
- Milo
- ModelShop
- Swivel 3D
- Paragon Concepts, Inc.
- QUED/M
- TechFonts
- Parallel Geosciences
- Seismic Processing Workshop
- ParcPlace Systems
- Objectworks For Smalltalk-80
- Peak Plastic Performance Center, Inc.
- MOLDPLUS
- Pecan Software Systems, Inc.
- The Macadvantage UCSD Pascal
- Perceptics Corporation
- NuVision
- TCL-Image
- Performance Software, Inc.
- Mac MasterLink
- Peridom, Inc.
- Cognate
- Cognate Developer's Kit
- Personal Writer, Inc.
- Personal Writer 10SL and 15SL
- Peter O'Driscoll, Inc.
- Section Properties
- Photonics Corporation
- PHOTOLINK
- Pinnacle Micro, Inc.
- REO-650
- Planit West
- Planit
- Polhemus Inc.
- 3Space Digitizer, Tracker, and Isotrak
- Priam Corporation
- MacDisk EM330
- Professional CADD Services
- FileGLU
- Progress Software Corporation
- PROGRESS
- Promontory Systems
- MacMASTER
- Puma Software, Inc.
- Matrix Workshop
- Qualstar Corp.
- Qualstar Tape Drive
- QUBE Software, Inc.
- The Manufacturing Controller
- Quintus Computer Systems
- Mac Prolog
- R.O.F.
- Foam-Line 2000 CAD/CAM Cutting Sys...
- Racal Interlan
- MacConnect
- Radius Inc.
- Radius Accelerator Cards
- Radius Color Display System
- Radius Full Page Display
- Radius Gray Scale Display System
- Radius Two Page Display
- Raima Corporation
- db_VISTA III Database Development ...
- Rainbow Bridge Software, Inc.
- UNITize
- Rainin Instrument Co., Inc.
- Dynamax HPLC Method Manager
- RasterOps Corporation
- ColorBoard Video And Graphics Boards
- FrameGrabber 324N and 324NC
- SFX Video Option
- Reasoning Systems
- Refine
- Research Information Systems, Inc.
- Reference Manager
- Rivera & Associates, Inc.
- MacLaser
- RockWare, Inc.
- DIGITIZE
- MacGridzo
- MacMohr
- MacSection
- Piper/Stiff 1.01
- Rosy
- Stereo
- Rodime Systems
- Rodime Internal and External Hard Dri...
- Roland Digital Graphics
- DPX-3300
- GRX-300 AND GRX-400 Pen Plotters
- Roland DPX-2000 and DPX-3300 Plotters
- Roland DXY-Series Pen Plotters
- Samsara Ltd.
- Clerk Of The Works
- San Juan Software Company
- MacAC
- Satori Software
- Project Billing
- Scale Models Unlimited
- LaserCAMM
- Schlumberger CAD/CAM
- MacBRAVO!
- Scientific Solutions, Inc.
- Lab Master II
- SeaSoft Systems
- Discsim
- Moorsim
- SALMsim
- Semisim
- Shipsim
- SPMsim
- Statmoor
- Towsim
- Serena Software
- PCMODEL
- Shiva Corporation
- NetSerial
- SiCLONE Sales + Engineering Corp.
- Si3033
- Sigma Designs, Inc.
- ColorMAX Trinitron
- Gray Scale Display Adapter
- L-View
- PageView
- SilverView Displays
- Silicon Beach Software, Inc.
- Digital Darkroom
- Super 3D
- SuperCard
- SuperPaint
- Siltronix Inc.
- NSChart
- Sixty Eight Thousand, Inc.
- DASH 30 Workstation
- SLNB Architects, Inc.
- AEC Fonts, Library Modules, and Setup ...
- Small Business Computers of New Engl...
- MACONTROL-IDAC/1000
- WormStat
- SmethersBarnes
- Prototyper
- Sof-Ware Tools
- Biomedical Research Chart Tool Kit
- Engineering Tool Kit
- Lab Partner - design of experiments
- Process Control Chart Tool Kit
- Stats Tool Kit
- Soft Software
- Skin Tite Manufacturing
- Softing S.V.P.
- MacSap
- Softouch Software, Inc.
- Constructimator II
- Construction Project Management Sy...
- SoftShell International, Ltd.
- ChemConnection
- ChemIntosh Desk Accessory
- DrawStructures for Chemists
- Softsync, Inc.
- SuperExpert
- Software Constructors, Inc.
- Accounting 4 Construction
- Software for Recognition Technologies
- Mac‚àëqn
- Software Maintenance and Developm...
- Aide-De-Camp Software Managem...
- Software Spectra, Inc.
- TFCalc
- Solarsoft
- DAYLITE
- SUNPAS
- Solutions Inc.
- BACKFAX
- SmartScrap & The Clipper II
- SuperGlue II
- The Curator
- Spark International, Inc.
- Spark Video Display Boards
- Specialized Computer Systems, Inc.
- Edit Worx
- GENLOCK Converter
- NTSC Converter
- Rack II
- RGB Decoder
- The Worx
- Title Worx
- Specom Research
- Scan Analysis
- Spectra Micro Development
- MacExpansion Chassis
- Pro-Board
- Spectral Innovations, Inc.
- MacDSP Acquisition Daughter Cards
- MacDSP Analysis Software
- MacDSP Array Processor Libraries
- MacDSP Coprocessor Card
- MacDSPXKC Coprocessor Card
- WE DSP32 Development Tools
- Spectrum Computing, Inc.
- Chameleon
- Spectrum Holobyte
- TellStar
- Spectrum Software
- Micro-Cap II
- Spencer Organization
- APL.68000 for the Apple Macintosh
- Stackhouse Software
- XPsort
- StarSys, Inc.
- MacBubbles
- StatSoft, Inc.
- Statistica
- StereoGraphics Corporation
- CrystalEyes
- Storage Dimensions
- LaserStor for Macintosh
- MacinStor Erasable
- MacinStor HCV
- Strata Inc.
- StrataVISION 3d
- Strategic Mapping, Inc.
- Exstatix
- MapMaker
- Strawberry Tree, Inc.
- Analog Connection Analog Output Board
- Analog Connection A/D Data Acquisiti...
- Analog Connection Digital I/O Boards
- WorkBench Mac
- StructSoft, Inc.
- TurboCASE
- Structural Research & Analysis
- COSMOS/M
- SuperMac Technology
- DataFrame Hard Disks
- PixelPaint
- SuperMac Graphics Cards
- SuperMac Monitors
- Swanson Analysis
- ANSYS-PC/LINEAR
- SWS Software
- In Deed-The Graphic Land Area Analys...
- Sybase
- DB-Library (for MPW C 3.0)
- Hyper/DB-Library
- Symantec
- MORE II
- Think C
- Think Pascal
- Synergy Software
- KaleidaGraph
- VersaTerm and VersaTerm-Pro
- SYSTAT, Inc.
- FASTAT
- SYSTAT
- T/Maker Company
- ClickArt Series of Images
- Tektronix, Inc.
- CAChe (Computer Aided Chemistry) System
- Tektronix Color Printers
- Texas Instruments
- MicroExplorer
- Textco
- Gene Construction Kit
- The DNA Inspector IIe
- The Gene Communicator
- The Computersmith, Inc.
- The Benchmark Survey System
- The Firstside Studios
- OverLAYS A.M.S.
- The Gardner Partnership, Architects
- ArchAccount
- The MacNeal-Schwendler Corporation
- MSC/pal 2
- The Math Works Inc.
- MATLAB
- The Metal Works Industrial Furnaces, Inc.
- Data Record 'n Plot
- The University of Wollongong
- IDDK: DFD-Edit and ERA-Edit
- Think Composites
- Composites Design Software
- Thunderware, Inc.
- LightningScan
- ThunderScan for Macintosh
- Tight Line Software
- Construction Form Maker
- TML Systems, Inc.
- TML Pascal
- Touch Communications, Inc.
- TOUCH OSI Macintosh Developer's Kit
- Trendware Corporation
- HyperTools #1 And #2
- Stack Cleaner
- Trendware XCAL
- Tripos Associates, Inc.
- NITRO
- True BASIC, Inc.
- 3-D Graphics Library
- Advanced String Library
- Mathematician's Toolkit
- Scientific Graphics Toolkit
- Sorting & Searching Library
- True BASIC
- Truvel Corp.
- TIB, Truvel Image Buffer
- TruScan Scanners
- Zebra
- Turner Data Systems, Inc.
- Production Control
- Turtle Creek Software
- Hyper•Estimator
- Hyper•Remodeler
- MacNail
- Turvac Alignment Engineering Services
- Shaft Alignment for Rotating Machinery
- TWH Corporation
- Metal Minder
- Valle Anderson Associates
- LayerMap
- MiniReporter
- Vamp, Inc.
- McCAD Auto-Router
- McCAD Classic Spice
- McCAD EDS-1 and EDS-2
- McCAD G-View
- McCAD Gerber Translator
- McCAD PCB-1
- McCAD PCB-ST
- McCAD Schematics
- McCAD Schematics-D.S.
- Vector Systems/MicroConcepts
- Vector
- Versacad Corporation
- VersaCAD Drafter
- VersaCAD/Macintosh Edition
- Vertical Solutions
- The Contractor Solution!
- The Subcontractor Solution!
- Video Image Presentation Systems
- Videodisc Authoring Toolkit
- Videx, Inc.
- TimeWand
- Visual Information Development, Inc.
- Dimensions 3DMODELER
- Dimensions Presenter
- Dimensions RayTrace
- WAVEMETRICS
- IGOR
- Welcom Software Technology
- Open Plan
- Wilhelm Publishing, Inc.
- Threshold Construction Forms
- Williams AG Products
- Professional Series Drafting Symbols
- Wolfram Research Inc.
- Mathematica
- Wordscapes
- Proposal Manager•254/255
- Workstation Technologies Inc.
- Video Digitizer
- World Precision Instruments, Inc.
- MacLab
- WavEdit
- XA Systems Corporation
- Silverrun Design Tools
- Yeoman Technical Software
- Heatloss
- Master Outline Spec
- Zedcor, Inc.
- ZBasic 4.01
- ZBasic 5.0